home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr02 / frt172.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-07-07  |  859b  |  55 lines

  1. echo off
  2. cls
  3.  
  4. set drive=%1
  5.  
  6. rem   change to root before making FREIGHT directory
  7.  
  8.  
  9. if "%1" == "" goto error
  10.  
  11.  
  12.  
  13. rem   create the directory \FREIGHT
  14.  
  15. md %drive%\FRTPLUS
  16.  
  17. cls
  18. echo             Press any key to install Freight+ UPS Rate Lookup
  19. Echo .
  20. echo .
  21. echo .
  22. pause
  23.  
  24.  
  25. FRTPLUS %drive%\FRTPLUS
  26.  
  27. cls
  28. echo .
  29. echo         Installation of FREIGHT+ Rate Lookup Complete...
  30. echo         to load the 5k TSR into memory type RATES 
  31. echo .
  32. echo         To activate Freight+ Rates (TSR) press 'Shift+F1' keys
  33. echo.             
  34. echo         To see a DEMO of Freight+ manifest type: FRT  
  35. echo . 
  36.  
  37. %1    
  38.  
  39. cd\FRTPLUS
  40.  
  41.  
  42. goto exit
  43. ****
  44.  
  45. :error
  46. cls
  47. echo .
  48. echo         ERROR  : Type INSTALL  followed by the drive letter and a colon
  49. echo         EXAMPLE: INSTALL C: 
  50. echo         Installation aborted
  51. echo .
  52. :EXIT
  53. 
  54.  
  55.